home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 November
/
Chip_1999-11_cd.bin
/
tema
/
GoLive
/
golive4try.exe
/
GoLive 4.0 Tryout
/
data1.cab
/
Apps
/
PDFL40.DLL
/
PSPROCSET
/
12
< prev
next >
Wrap
Text File
|
1999-08-05
|
2KB
|
95 lines
%%BeginFile: pdfimg2.prc
%%Copyright: Copyright 1987-1993 Adobe Systems Incorporated. All Rights Reserved.
PDF /PDFImage get begin
Level2? StartLoad {
/ID {
5 counttomark 2 idiv
dup 3 1 roll add
dict begin
{ def } repeat
cleartomark
currentdict
end
begin
/ImageType 1 def
/ImageMatrix [ Width 0 0 Height neg 0 Height ] def
/ImageMask here { not } { true } ifelse
{ /ImageMask false def } if
ImageMask not { ColorSpace setcolorspace } if
/Intent here { ri } if
SLBApplies?
{ ApplySLB }
{
mark
/DataSource here { pop } {
currentfile
/Filter here {
dup type /arraytype eq { length } { pop 1 } ifelse
1 sub 0 1 3 -1 roll {
/DecodeParms here {
dup type /arraytype eq {
1 index get
} if
dup null eq { pop } { exch } ifelse
} if
Filter dup type /arraytype eq
{ exch get } { exch pop } ifelse
filter
dup
} for
} if
/DataSource exch def
} ifelse
currentdict
/ImageMask here not { false } if
{ sfc imagemask } { image } ifelse
counttomark
{ dup status
{ dup flushfile closefile }
{ pop }
ifelse
}
repeat
pop
}ifelse
end
} bd
/SLBApplies?
{
{
languagelevel 3 lt {stop} if
currentsystemparams /SourceListBypass known not {stop} if
currentsystemparams /SourceListBypass get not {stop} if
currentdict /Filter known not {stop} if
Filter /CCITTFaxDecode ne {stop} if
currentdict /DecodeParms known not {stop} if
DecodeParms /K known not {stop} if
DecodeParms /K get -1 ne {stop} if
} stopped not
} bd
/ApplySLB
{
{
/UncompressedLength
Width
DecodeParms /EncodedByteAlign getifknown
{ { 7 add 3 bitshift } if } if
Height mul def
/DataSource dup here { } {currentfile} ifelse
5 dict begin
/Filter Filter def
/DecodeParms DecodeParms def
/Intent 3 def
/AsyncRead false def
/CloseSource false def
currentdict end /ReusableStreamDecode filter def
currentdict
/ImageMask here not { false } if
{ sfc imagemask } { image } ifelse
} exec
} bd
currentdict readonly pop
} EndLoad
end
%%EndFile